make the display support feature flag selectable (backport from r23791)
authorFelix Fietkau <[email protected]>
Tue, 2 Nov 2010 16:28:11 +0000 (16:28 +0000)
committerFelix Fietkau <[email protected]>
Tue, 2 Nov 2010 16:28:11 +0000 (16:28 +0000)
SVN-Revision: 23792

Config.in
target/Config.in

index daecd171e9bd23818c158175aacb202b27f83b3a..f4ab5271f74a06ee01637d82973916750f4e5f91 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -126,6 +126,10 @@ menu "Global build settings"
 
        comment "General build options"
 
+       config DISPLAY_SUPPORT
+               bool "Show packages that require graphics support (local or remote)"
+               default n
+
        config BUILD_PATENTED
                default y
                bool "Compile with support for patented functionality"
index 48fd827326b35073c7bde0f94bfa8a9b216661f5..3e161f59823c06879972009a17c06e9383e2e82c 100644 (file)
@@ -14,9 +14,6 @@ config HAS_FPU
 config AUDIO_SUPPORT
        bool
 
-config DISPLAY_SUPPORT
-       bool
-
 config GPIO_SUPPORT
        bool